home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000209_jpatteeu@ford.com_Fri Jul 12 17:22:02 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  55 lines

  1. Article: 13517 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!arclight.uoregon.edu!logbridge.uoregon.edu!newsxfer3.itd.umich.edu!jobone!dailyplanet.srl.ford.com!eccws12.dearborn.ford.com!not-for-mail
  3. From: Jack Patteeuw <jpatteeu@ford.com>
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Security too tight on VMS
  6. Date: Fri, 12 Jul 2002 17:08:17 -0400
  7. Organization: Ford Motor Company
  8. Lines: 37
  9. Message-ID: <3D2F4541.C3C282FC@ford.com>
  10. NNTP-Posting-Host: 19.3.21.94
  11. Mime-Version: 1.0
  12. Content-Type: text/plain; charset=us-ascii
  13. Content-Transfer-Encoding: 7bit
  14. X-Mailer: Mozilla 4.79 [en]C-CCK-MCD cf478  (Windows NT 5.0; U)
  15. X-Accept-Language: en,en-GB,de,fr,ja,ko,zh
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13517
  17.  
  18. We have a captive account on VMS that runs C-Kermit 8.0.201.
  19.  
  20. The login.com is as follows
  21.  
  22.     $ SET DEFAULT DEVICE:[DIRECTORY]
  23.     $ DEFINE/USER SYS$INPUT SYS$COMMAND
  24.     $ KERMIT "-H" "-E" "-q" "-x"
  25.     $ EXIT
  26.  
  27. SYS$LOGIN:CKERMIT.INI contains the following
  28.  
  29.     log transactions sys$login:ckermit.log append
  30.     set server idle 120
  31.     set transaction-log brief
  32.     disable assign
  33.     disable cd
  34.     disable delete
  35.     disable directory
  36.     enable get
  37.     disable host
  38.     disable mail
  39.     disable rename
  40.     disable retrieve
  41.     disable send
  42.     disable set
  43.     disable space
  44.     disable type
  45.     disable who
  46.  
  47. Obviously the only thing we want the use to do is use the GET command !!
  48.  
  49. The problem is, the user is receiving the error "insufficient privilege or file
  50. protection violation".  Deleting CKERMIT.INI eliminates this problem.
  51.  
  52. Why ?
  53.  
  54. Jack Patteeuw
  55.